home *** CD-ROM | disk | FTP | other *** search
- global gSwaMiaw, shops, i, gTimer, sc
-
- on timeout
- play movie "show"
- end
-
- on prepareMovie
- repeat with i = 29 to 36
- sprite(i).visible = 0
- end repeat
- cursor(0)
- sc = 1
- set the timeoutLength to 5 * 60 * 60
- if shops = VOID then
- sprite(6).visible = 0
- else
- sprite(6).visible = 1
- end if
- end
-
- on startMovie
- gSwaMiaw = window("miaw")
- open(gSwaMiaw)
- gSwaMiaw.rect = rect(-200, -200, -100, -100)
- tell window("miaw")
- member("loop").volume = 150
- play frame member("loop")
- end tell
- register(xtra("printomatic"), "PMAT160-174-56026")
- end
-